ArcGIS Runtime SDK for WPF - Library Reference
MapGridLevelCollection Constructor(IEnumerable<MapGridLevel>)
See Also 
ESRI.ArcGIS.Client Namespace > MapGridLevelCollection Class > MapGridLevelCollection Constructor : MapGridLevelCollection Constructor(IEnumerable<MapGridLevel>)

levels
The collection of MapGridLevels. The number of MapGridLevels will match that supported by the specific MapGrid implementation.
Initializes a new instance of the MapGridLevelCollection with the specified MapGridLevels.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal levels As IEnumerable(Of MapGridLevel) _
)
C# 
public MapGridLevelCollection( 
   IEnumerable<MapGridLevel> levels
)

Parameters

levels
The collection of MapGridLevels. The number of MapGridLevels will match that supported by the specific MapGrid implementation.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.